This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Convert Multi-Value Field to JavaScript Array? ~Umberto Nongeroson 18.Jan.04 02:25 AM a Web browser Domino Designer 6.0.3All Platforms
Actually, I think Dan's saying that if there's a single element, he doesn't want to convert it to a one-element array. Which is the wrong thing to want, in my opinion. The code following that point will be simpler if it can just assume it's working with an array, and not have to repeatedly deal with the case of a single value as a special case.